gdk: Cosmetic rewording of draw context docs
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Dec 2017 19:10:54 +0000 (14:10 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 Dec 2017 19:39:49 +0000 (14:39 -0500)
Avoid draw context <> drawing context confusion,
as far as possible.

gdk/gdkdrawcontext.c
gdk/gdkglcontext.c
gdk/gdkvulkancontext.c

index 401cd6584466f8dd39f81f0897c8e23473e4c444..1ca7d41942af69d91ff1adf31c5763ad0f37dc47 100644 (file)
@@ -28,7 +28,7 @@
 /**
  * SECTION:gdkdrawcontext
  * @Title: GdkDrawContext
- * @Short_description: Drawing context base class
+ * @Short_description: Base class for draw contexts
  *
  * #GdkDrawContext is the base object used by contexts implementing different
  * rendering methods, such as #GdkGLContext or #GdkVulkanContext. It provides
index b0cbfdbdec599a7b70c750d05817b4c7ceb74ee3..8d1c99d463803aad9feae7daf3bbc1d2e1b32c9f 100644 (file)
 /**
  * SECTION:gdkglcontext
  * @Title: GdkGLContext
- * @Short_description: OpenGL context
+ * @Short_description: OpenGL draw context
  *
  * #GdkGLContext is an object representing the platform-specific
- * OpenGL drawing context.
+ * OpenGL draw context.
  *
  * #GdkGLContexts are created for a #GdkWindow using
  * gdk_window_create_gl_context(), and the context will match the
index efeef9344d15674fb8b5aaec3a400fec95cc4167..cb14d3b2330380b2e1a04f11823b4e8be3207db9 100644 (file)
 /**
  * SECTION:gdkvulkancontext
  * @Title: GdkVulkanContext
- * @Short_description: Vulkan context
+ * @Short_description: Vulkan draw context
  *
  * #GdkVulkanContext is an object representing the platform-specific
- * Vulkan drawing context.
+ * Vulkan draw context.
  *
  * #GdkVulkanContexts are created for a #GdkWindow using
  * gdk_window_create_vulkan_context(), and the context will match the
  * the characteristics of the window.
  *
- * Support for #GdkGLContext is platform-specific, context creation
+ * Support for #GdkVulkanContext is platform-specific, context creation
  * can fail, returning %NULL context.
  */